home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : func_tbl.ph
- SHORTNAME :
- SNNS VERSION : 3.2
-
- PURPOSE : SNNS-Kernel Function table
- NOTES :
-
- AUTHOR : Sven Doering
- DATE : 02.02.93
-
- CHANGED BY : Sven Doering
- IDENTIFICATION : @(#)func_tbl.ph 1.13 3/15/94
- SCCS VERSION : 1.13
- LAST CHANGE : 3/15/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
- #ifndef _FUNC_TBL_DEFINED_
- #define _FUNC_TBL_DEFINED_
-
- /* begin global definition section */
-
- /* struct FuncTable kernel_func_table[]; */
-
- const int NoOfKernelFuncs;
-
- /* end global definition section */
-
- /* begin private definition section */
-
- /* end private definition section */
-
- #endif
-